home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 15439 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  765 b 

  1. Path: jaring.my!usenet
  2. From: Lokman Merican <lokmanm@pc.jaring.my>
  3. Newsgroups: comp.unix.programmer,comp.lang.c,comp.unix.internals
  4. Subject: Re: C compiler Error on EXEC SQL
  5. Date: 19 Apr 1996 02:21:45 GMT
  6. Organization: Unconfigured
  7. Message-ID: <4l6tbp$g2c@jaring.my>
  8. References: <4kkej2$3ta@news.cc.utah.edu>
  9. NNTP-Posting-Host: j3.brf3.jaring.my
  10.  
  11. The EXEC SQL sections are used to allow your program to interact with 
  12. an SQL database using standard SQL statements like SELECT and INSERT.
  13.  
  14. Such programs are usually precompiled by an SQL precompiler (to produce 
  15. a .c file) then fed into a regular c compiler for the final executable code.
  16.  
  17. As Gil has pointed out, you'll probably need to look for a make file 
  18. (or batch file) to actually do all this.  
  19.  
  20.  
  21.  
  22. Lokman
  23.  
  24.  
  25.